projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac3186f
)
(save-abbrevs): Default value is t.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 11 Nov 2001 01:53:50 +0000
(
01:53
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 11 Nov 2001 01:53:50 +0000
(
01:53
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 846b1e435899ad32089f554652a81c4a22072ed8..5369a597deb5b6be7a7acd078cd74c0dbb8c40c3 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-302,9
+302,8
@@
for editing a remote file."
:type '(repeat (list (string :tag "Regexp") (string :tag "Replacement")))
:version "21.1")
-(defcustom save-abbrevs nil
- "*Non-nil means save word abbrevs too when files are saved.
-Loading an abbrev file sets this to t."
+(defcustom save-abbrevs t
+ "*Non-nil means save word abbrevs too when files are saved."
:type 'boolean
:group 'abbrev)